搜索资源列表
Pop3Temp
- C#编写一个Pop3邮件接收组件包含一个测试的Windows Forms程序。是公司软件中的一个邮件模块的代码.主要使用协议来实现接受邮件的功能.要对协议有一定的了解才行哦.-prepared a Pop3 mail receiver module includes a test-Windows Forms sequence. Software company is a mail module code. Mainly use to achieve acceptable agreement ma
sharpwebmail-0.13
- SharpWebMail是一款C#编写的ASP.NET下的EMail客户端。它通过POP3服务器接收邮件,通过SMTP服务器发送邮件。它的配置很简单(只需要在web.config 里面做几个设置)。-SharpWebMail is prepared by the C# ASP.NET customers under the EMail end. It adopted a POP3 server to receive mail through the SMTP server to send mai
21920013
- 界面类outlook[pop3emaildevelop.rar] - 基于pop3的邮件收发软件,可以进行邮件的收发功能,并有收发附件的功能 [NET_GETMESDLG.rar] - 简单的邮件客户端程序,能够登陆并显示邮箱中邮件数目。 [Emailsndrecv.zip] - 一个电子邮件收发程序 [eping.zip] - email的 客户段~毕业设计 功能完善 [KLMail.zip] - KLMail收邮件 用pop3收邮件。用到socket/base64+p
pop3MailC++
- 用c++实现的带邮件接收功能的应用程序,利用pop3协议
Jmail
- C#使用POP3协议构建客户端邮件接收源码-use jmail, get email and send email.
19854813CHAP06
- 邮件收发功能简单的基于pop3协议的邮件接收程序,用C#语言编写。 -E-mail to send and receive functions of a simple protocol based on the pop3 mail to receive the procedure, the C# Languages.
POP3WizardOpen_Source_3_0_7
- 邮件接收解析,实现pop3协议,通过c#编写实现,通过tcpclient类通信-Incoming mail parsing, to achieve pop3, written by c# implementation of communication through tcpclient class
POP3mail
- C#自写的POP3邮件接收程序源代码,通过这个接收客户端可接收指定邮箱地址内的邮件,查看邮件内容等功能,在使用之前,请先设定相关参数:POP3地址、用户名、密码、邮件编号等,设置完成可点击连接测试。用110端口新建POP3服务器连接,根据邮件编号从服务器获得相应邮件,向服务器发送QUIT命令从而结束和POP3服务器的会话,更新按钮的状态,注意到连接与断开(收取邮件)状态是互斥的-Desde que escribí el código fuente en C# para recibir corre
MailSent
- C#编程 发送接收Email POP3 -C sharp Email POP3
Mail
- 这是一个C#项目,它的功能是发送邮件和接收邮件。发送邮件使用SMTP协议,接收邮件采用POP3协议。-This program is used to send mail and receive mail.It send mail by the smtp protocol,and receive mail by the pop3 protocol.